lcBlockGetPrevEnt Home

Returns a handle to the graphic object that is placed before the specified object.

 HANDLE lcBlockGetPrevEnt (
   HANDLE hBlock,
   HANDLE hEnt
 );

Parameters
hBlock
  Handle to a block.
hEnt
  Handle to the graphic object that is placed before hEnt in the the block.
If there are no objects before hEnt, the function returns NULL.

Return Value

  Handle to a graphic object.

Remarks

  By default, the function don't retrieve an object which is marked as "deleted" (LC_PROP_ENT_DELETED). In order to retrieve it, set property LC_PROP_G_GETDELENT to TRUE.

See Also

  lcBlockGetLastEntlcBlockGetFirstEntlcBlockGetNextEnt